home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1994 June / PSL Monthly Shareware CD-ROM (June 1994) (Public Software Library).bin / reviews / wi_8a < prev    next >
Text File  |  1994-02-23  |  57KB  |  2,034 lines

  1. WI-8A:  Small Visual Basic Programs
  2.  
  3. ========
  4. Contents:
  5. ========
  6. #12028 API Reference/Utils
  7. #3490  DLL's #1
  8. #4699  DLL's #2
  9. #3557  DOS Access/Functions
  10. #3557  Font Utilities
  11. #3557  Networking/Communications
  12. #3704  System
  13. #3704  Time/Date Applications
  14. #3788  Graphics/Video #1
  15. #12026 Graphics/Video #2
  16. #3968  General Tools/Reference/Info #1
  17. #4855  General Tools/Reference/Info #2
  18. #12654 General Tools/Reference/Info #3
  19. #12831 General Tools/Reference/Info #4
  20. #3969  Miscellaneous
  21. #12886 Miscellaneous #2
  22. #4062  Database/Data Entry
  23. #4226  Printing
  24. #12358 DDE/Misc.
  25. #12433 Sample Applications
  26.  
  27.  
  28. --------------------------
  29. #12028 API Reference/Utils          Small Programs Disk
  30. --------------------------
  31.  
  32. APIFunc
  33.    Solutions by Smith
  34.    $15
  35. is an API function database in Cardfile format.
  36.  
  37. APIXref
  38.    $0
  39. is a Help file that cross-references the API calls listed in WINAPI.TXT,
  40. included on this disk. To use this file, while in VB, press F1 for Help, then
  41. Alt-F and O to open the file.
  42.  
  43. API Spy (API-SPY)
  44.    Gamber, Mark
  45.    $20
  46. displays functions and parameters of DLL calls. Results can be viewed or
  47. saved to disk. It also can force a debugger break and can find function
  48. addresses in the Windows API.
  49.  
  50. VBAPI 0.2
  51.    Pruitt, Steve
  52.    $0
  53. contains text of the Microsoft WINAPI.TXT file in the Windows .HLP format. It
  54. includes additions and corrections as of March 9, 1992, and contains
  55. definitions of functions, constants, and data structure for use within Visual
  56. Basic.
  57.  
  58. WinAPI
  59.    Microsoft Corporation
  60.    $0
  61. is a text file listing all the Windows 3 API declarations for VB. With these
  62. declarations in your VB code, you can perform many functions not otherwise
  63. available in VB.
  64.  
  65. Win31API.TXT (WN31API)
  66.    Microsoft Corporation
  67.    $0
  68. is a text file containing Windows 3.1 API declarations for VB.
  69.  
  70. ---------------------------------
  71. END OF SMALL PROGRAMS DISK #12028
  72. ---------------------------------
  73.  
  74.  
  75. -----------
  76. #3490 DLL's                   Small Programs Disk
  77. -----------
  78.  
  79. 256PICBX (256PBX)
  80.    $0
  81. is a DLL with source that displays 256 color bitmaps in a VB Picture box
  82. control. Source for a sample app is included.
  83.  
  84. CtlWhWnd (CTLWHWN)
  85.    User Friendly, Inc.
  86.    $0
  87. is a DLL function that returns the hWnd for any control.
  88.  
  89. CRC32
  90.    Simms, Jeff
  91.    $0
  92. contains a DLL with source code to calculate CRC32 value of a file.
  93.  
  94. DSound
  95.    $0
  96. is a DLL that allows you to play sound files through a PC's speaker. A sample
  97. SND file and sample VB code are included.
  98.  
  99. Filter (FLTRTPW)
  100.    Smith, Wilson
  101.    $0
  102. is a DLL that can tell you if the default printer has changed. TPW source code
  103. for the DLL and sample VB code is included.
  104.  
  105. Findapp
  106.    Obeda, Ed
  107.    $0
  108. is a DLL and related VB code that prevents users from opening more than one copy
  109. of your application or of programs such as Calculator.
  110.  
  111. FSP.DLL (FSP)
  112.    Vardy, Chris
  113.    $0
  114. contains a small DLL that returns the number of bytes free on the given
  115. drive.
  116.  
  117. GetWindowList 1.1 (GETWLST)
  118.    Steinwart, Todd
  119.    $0
  120. is a DLL that lets you get a list of handles for active, visible windows. Sample
  121. usage code is included.
  122.  
  123. InOut
  124.    Faggart, B.E.
  125.    $0
  126. is a DLL for I/O Port control. Sample VB source code is included.
  127.  
  128. LZSSLib 1.0
  129.    Eschalon Development Inc.
  130.    $25
  131. is a file compression/decompression DLL for Windows programmers. It uses the
  132. LZSS algorithm. This should work with any language that supports DLL calling,
  133. such as Turbo Pascal, C/C++, Actor, Visual Basic, Realizer, and ObjectVision.
  134.  
  135. MHelp
  136.    MicroHelp, Inc.
  137.    $0
  138. is a DLL with VB versions of PEEK, POKE, INP, OUT, VARPTR, VARSEG, VARSEGPTR,
  139. SADD, SSEG and SSEGADD.
  140.  
  141. Modalex
  142.    $0
  143. is a DLL that makes a VB app appear modal to the calling app.
  144.  
  145. Multi.DLL (MULTDLL)
  146.    Simms, Jeff
  147.    $0
  148. is a DLL for a multi-selection listbox. C source code and all VB Declares are
  149. included.
  150.  
  151. Packit (PACK-VB)
  152.    Taylor, Ian
  153.    $0
  154. contains a DLL that will compress/decompress files using Lempel-Ziv compression
  155. modified by adaptive Huffman coding.
  156.  
  157. Pointers.DLL 1.1 [PNTR11]
  158.    Greg Blaum
  159.    $0
  160. is a DLL for VB that contains a function that returns the Pointer of any
  161. variable. It contains de-referencing functions and sample code.
  162.  
  163. Prnset (PRNSTVB)
  164.    $0
  165. is a DLL that allows changes to the default printer settings.
  166.  
  167. RunModal (RUNMODL)
  168.    $0
  169. contains a DLL that will allow you to call any EXE file and have it run as if it
  170. were a modal dialog box from the calling application. Your VB app can be called
  171. as dialog boxes from Word; your apps can call Notepad, etc. WIN31 is required.
  172.  
  173. SounDLL
  174.    White, Bill
  175.    $0
  176. is a sound driver (DLL) with VB source code to illustrate its use. TPW source
  177. code for the DLL is included.
  178.  
  179. Space & Time (SPCTIME)
  180.    Barrett, Paul James
  181.    $0
  182. is a DLL that reports free disk space and will copy the date and/or time to the
  183. the Clipboard. C source code for the DLL is included, but no source code to
  184. illustrate calling the DLL from VB, so you will have to study the C code.
  185.  
  186. Stsbar 2.0
  187.    Staffin, Ed
  188.    $0-$10
  189. is a DLL for a status bar. This is a bar that is used to display program
  190. parameter/function status, mouse coordinated, column/row numbers - or
  191. any other text you want to assign to it.
  192.  
  193. Toolwnd.DLL (TOOLWND)
  194.    Donahue, Ray
  195.    $35
  196. lets you create nice looking toolbars and toolboxes with icons for each
  197. selection.
  198.  
  199. VBCards 1.01P
  200.    Sands, Richard R.
  201.    $0
  202. is a card-deck DLL for writers of card games for Windows. It contains 52
  203. cards, a Joker, seven card back designs, two indicator cards, some
  204. support routines, and a short sample program.
  205.  
  206. VBLaunch (VBLAUNC)
  207.    Simms, Jeff
  208.    $0
  209. adds a Launch item to the VB menu bar in which it lists everything in
  210. Program Manager.
  211.  
  212. VBPoint
  213.    Zuck, Jonathan
  214.    $0
  215. is a DLL that adds pointer support to VB.
  216.  
  217. --------------------------------
  218. END OF SMALL PROGRAMS DISK #3490
  219. --------------------------------
  220.  
  221.  
  222. --------------
  223. #4699 DLL's #2               Small Programs Disk
  224. --------------
  225.  
  226. 3D-VB Input 3.0a (3DINPUT)  (10-93 CD)
  227.   Liddicoet, Brett
  228.   $15
  229. is a Text box custom control that lets you add a 3-D look to the box and to
  230. the text, specify data entry type, and align text left, centered, etc. The
  231. unregistered version is limited to three controls per project.
  232.  
  233. CDLL-VB
  234.   Aylor, Bill
  235.   $?
  236. is a TurboC++ DLL for VBWin that illustrates how to pass a character string
  237. from the DLL to VB for processing.
  238.  
  239. DateMath (DATEMTH)
  240.    Expertec, Inc.
  241.    $25
  242. is a DLL which adds date math to your apps.
  243.  
  244. DLL4VB
  245.   $0
  246. is an example of how to make a simple DLL for VB with BC++. C and VB source
  247. included.
  248.  
  249. DLL Sniffer v1.0 (DLSNIFF)
  250.    Hutmacher, Dave
  251.    $9
  252. finds and lists all Declares for external Subs and Functions in your source
  253. code.
  254.  
  255. DskInfo
  256.   Taylor, Ian
  257.   $0
  258. is a DLL that returns information about a specified drive: free space,
  259. total space, total clusters, available clusters, sectors per cluster and
  260. bytes per sector. It also returns free system resources and memory.
  261.  
  262. Gsprntr.dll (GSPRNTR) (11-93 CD)
  263.    Hopkins, Geoff
  264.    $50
  265. is a DLL to query and set the printer paper page orientation.
  266.  
  267. HlpKey
  268.    Simms, Jeff
  269.    $0
  270. is a DLL and source code which eliminates the need for separate F1 Help
  271. Keypress events.
  272.  
  273. HotKey.DLL (HKEYVB)
  274.    Zuck, Jonathan
  275.    $0
  276. is designed to provide hotkey support to Visual Basic, which is not directly
  277. supported in VB.
  278.  
  279. HUGEARR.DLL (HUGEARR)
  280.    Schmidt, Stephen
  281.    $0
  282. is a DLL which contains functions for creation, maintenance, and deletion of
  283. arrays larger than 64K, with more than 32k elements per dimension.
  284. It also lets you copy contiguous elements from a Huge Array into a specified
  285. part of a VB array and vice-versa. C source for the DLL is included.
  286.  
  287. Jiang Controls (JIANG)
  288.   Jiang, Jeng Long
  289.   $0
  290. is a set of controls for VB, including a 3-D label with right, center, and
  291. left justification, a "spinner" control, and horizontal and vertical
  292. percent-complete gauges. (The author can no longer be reached at the
  293. address provided in the documentation.)
  294.  
  295. Joystick DLL (JSTICK)
  296.    Dabel, Bret or Martin, R